C-minor v0.0

VisitHelpers.VisitAll<T> Method

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Declaring Type: VisitHelpers

Overloads

VisitAll<T>(this List<AstStatement>, IAstStatementVisitor<T>)
VisitAll<T>(this List<AstVariableDeclaration>, IAstStatementVisitor<T>)

VisitAll<T>(this List<AstStatement>, IAstStatementVisitor<T>)

public static void VisitAll<T>(this List<AstStatement> statements, IAstStatementVisitor<T> visitor);

Type Parameters

T

Parameters

this List<AstStatement> statements
IAstStatementVisitor<T> visitor

VisitAll<T>(this List<AstVariableDeclaration>, IAstStatementVisitor<T>)

public static void VisitAll<T>(this List<AstVariableDeclaration> statements, IAstStatementVisitor<T> visitor);

Type Parameters

T

Parameters

this List<AstVariableDeclaration> statements
IAstStatementVisitor<T> visitor